|
Addition
加算(par_id3149565.7)
|
+
+(par_id3150563.8)
|
Calculates the total.
合計を計算します。(par_id3149831.9)
Example: <A1> + 8
例 : <A1> + 8(par_id3149845.161)
|
|
Subtraction
減算(par_id3156097.11)
|
-
-(par_id3150087.12)
|
Calculates the difference
数値の差を計算します。(par_id3153122.13)
Example: 10 - <B5>
例 : 10 - <B5>(par_id3153135.162)
|
|
Multiplication
乗算(par_id3149646.15)
|
MUL or *
MUL または *(par_id3154038.16)
|
Calculates the product.
積を計算します。(par_id3149965.17)
Example: 7 MUL 9
例 : 7 MUL 9(par_id3149603.163)
|
|
Division
除算(par_id3145096.19)
|
DIV or /
DIV または /(par_id3149570.20)
|
Calculates the quotient
商を計算します。(par_id3149592.21)
Example: 100 DIV 15
例:100 DIV 15(par_id3156243.164)
|
|
Sum
合計(par_id3145185.24)
|
SUM
SUM(par_id3155312.25)
|
(bookmark: bm_id3154400)
Calculates the sum of the selected cells.
選択されたセルの合計を計算します。(par_id3155335.26)
Example: SUM <A2:C2> displays the sum of the values in cells A2 to C2
例 : SUM <A2:C2> はセル A2 から C2 までの値の合計を出します。(par_id3154411.165)
|
|
Round
四捨五入(par_id3153381.28)
|
ROUND
ROUND(par_id3145598.29)
|
(bookmark: bm_id3154851)
Rounds a number to the specified decimal places.
四捨五入を行い、小数点以下を指定の位にします。(par_id3145621.30)
Example: 15.678 ROUND 2 displays 15.68
例 : 15.678 ROUND 2 は 15.68 を返します。(par_id3154862.166)
|
|
Percent
パーセント(par_id3148687.32)
|
PHD
PHD(par_id3155930.33)
|
(bookmark: bm_id3149981)
Calculates a percentage
指定された数値のパーセンテージを計算します。(par_id3155953.34)
Example: 10 + 15 PHD displays 10.15
例:10 + 15 PHD は 10.15 を表示します。(par_id3149991.167)
|
|
Square Root
平方根(par_id3153016.36)
|
SQRT
SQRT(par_id3153038.37)
|
(bookmark: bm_id3153074)
Calculates the square root.
指定された数値の平方根を計算します。(par_id3153062.38)
Example: SQRT 25 displays 5.00
例 : SQRT 25 は、5.00 を返します。(par_id3153882.168)
|
|
Power
累乗(par_id3153909.40)
|
POW
POW(par_id3147124.41)
|
(bookmark: bm_id3149779)
Calculates the power of a number.
指定された数値の累乗を計算します。(par_id3149768.42)
Example: 2 POW 8 displays 256.00
例: 2 POW 8 は、256.00 を返します。(par_id3149789.169)
|
|
List Separator
リストの区切り記号(par_id3150316.45)
|
|
|(par_id3150339.46)
|
(bookmark: bm_id3153110)
Separates the elements in a list.
リストの要素間の区切り記号です。(par_id3153099.47)
Example of using a list:
一覧を使用した例:(par_id3155817.170)
MIN 10|20|50|<C6>|<A2:B6>|20
MIN 10|20|50|<C6>|<A2:B6>|20(par_id3155830.212)
|
|
Equal
等しい(par_id3147012.49)
|
EQ or ==
EQ または ==(par_id3147034.50)
|
(bookmark: bm_id3150947)
Checks if selected values are equal. If they are unequal, the result is zero, otherwise 1 (true) appears.
指定された値どうしが等しいかを判定します。等しい場合は 1 (True)、等しくない場合は 0 (False) を返します。(par_id3150936.51)
Example: <A1> EQ 2 displays 1, if the content of A1 equals 2.
例 : <A1> EQ 2 は、A1 の内容が 2 に等しいとき、は 1 を返します。(par_id3150961.171)
|
|
Not Equal
等しくない(par_id3154370.53)
|
NEQ or !=
NEQ または !=(par_id3150503.54)
|
(bookmark: bm_id3150537)
Tests for inequality between selected values.
指定された値どうしが等しくないかを判定します。(par_id3150526.55)
Example: <A1> NEQ 2 displays 0 (wrong), if the content of A1 equals 2.
例 : <A1> NEQ 2 は、A1 の内容が 2 に等しいと、0(FALSE)を返します。(par_id3147524.172)
|
|
Less than or Equal
以下(小なりイコール)(par_id3147553.57)
|
LEQ
LEQ(par_id3153599.58)
|
(bookmark: bm_id3151268)
Tests for values less than or equal to a specified value.
指定された値の間で、一方の値が他方の値より小さいないしは等しいかを判定します。(par_id3153622.59)
Example: <A1> LEQ 2 displays 1 (true), if the content of A1 is less than or equal to 2.
例 : <A1> LEQ 2 は、A1 の内容が 2 以下のときに 1(TRUE)を返します。(par_id3151280.173)
|
|
Greater than or Equal
以上(大なりイコール)(par_id3153729.61)
|
GEQ
GEQ(par_id3153751.62)
|
(bookmark: bm_id3148887)
Tests for values greater than or equal to a specified value
指定された値の間で、一方の値が他方の値より大きいないしは等しいかを判定します(par_id3148876.63)
Example: <A1> GEQ 2 displays 1 (true), if the content of A1 is greater than or equal to 2.
例 : <A1> GEQ 2 は、A1 の内容が 2 以上のときに 1(TRUE)を返します。(par_id3148898.174)
|
|
Less
より小さい(未満)(par_id3150836.65)
|
L
L(par_id3150859.66)
|
(bookmark: bm_id3155422)
Tests for values less than a specified value
指定された値の間で、一方の値が他方の値より小さいかを判定します(par_id3155411.67)
Example: <A1> L 2 displays 1 (true), if the content of A1 is less than 2.
例 : <A1> L2 は、A1 の内容が 2 未満のとき、1(TRUE)を返します。(par_id3155433.175)
|
|
Greater
より大きい(超える)(par_id3150720.69)
|
G
G(par_id3150743.70)
|
(bookmark: bm_id3147322)
Tests for values greater than a specified value
指定された値の間で、一方の値が他方の値より大きいかを判定します(par_id3147310.71)
Example: <A1> G 2 displays 1 (true), if the content of A1 is greater than 2.
例 : <A1> G 2 は、A1 の内容が 2 を超えるとき 1(TRUE)を返します。(par_id3147333.176)
|
|
Boolean Or
論理和(par_id3148408.73)
|
OR
OR(par_id3148430.74)
|
(bookmark: bm_id3150286)
Tests for values matching the Boolean OR
指定された値の間で、論理和 (OR) 演算を行います(par_id3150274.75)
Example: 0 OR 0 displays 0 (false), anything else results in 1 (true)
例 : 0 OR 0 は 0(FALSE) を返し、その他の場合は 1(TRUE) を返します。(par_id3150297.181)
|
|
Boolean X Or
排他的論理和(par_id3149434.76)
|
XOR
XOR(par_id3149457.77)
|
(bookmark: bm_id3146992)
Tests for values matching the Boolean exclusive OR
指定された値の間で、排他的論理和 (XOR) 演算を行います(par_id3146980.78)
Example: 1 XOR 0 displays 1 (true)
例 : 1 XOR 0 は 1(TRUE) を返します。(par_id3147003.182)
|
|
Boolean And
論理積(par_id3152925.79)
|
AND
AND(par_id3152948.80)
|
(bookmark: bm_id3153803)
Tests for values matching the Boolean AND
指定された値の間で、論理積 (AND) 演算を行います(par_id3153792.81)
Example: 1 AND 2 displays 1 (true)
例 : 1 AND 2 は 1(TRUE) を返します。(par_id3153814.183)
|
|
Boolean Not
論理演算子 NOT(par_id3153938.82)
|
NOT
NOT(par_id3153961.83)
|
(bookmark: bm_id3148644)
Tests for values matching the Boolean NOT
指定された値に対して、論理否定 (NOT) 演算を行います(par_id3148633.84)
Example: NOT 1 (true) displays 0 (false)
例 : NOT 1(TRUE) は 0(FALSE) を返します。(par_id3148655.184)
|
|
Mean
平均値(par_id3153176.86)
|
MEAN
MEAN(par_id3154053.87)
|
(bookmark: bm_id3154087)
Calculates the arithmetic mean of the values in an area or a list.
範囲またはリスト内の値について、その算術平均を計算します。(par_id3154076.88)
Example: MEAN 10|30|20 displays 20
例 : MEAN 10|30|20 は、20.00 を返します。(par_id3145625.177)
|
|
Minimum Value
最小値(par_id3145652.90)
|
MIN
MIN(par_id3155258.91)
|
(bookmark: bm_id3155292)
Calculates the minimum value in an area or a list.
範囲またはリスト内の値について、その最小値を計算します。(par_id3155281.92)
Example: MIN 10|30|20 displays 10
例 : MIN 10|30|20 は、10.00 を返します。(par_id3155304.178)
|
|
Maximum Value
最大値(par_id3153993.94)
|
MAX
MAX(par_id3154016.95)
|
(bookmark: bm_id3154737)
Calculates the maximum value in an area or a list.
範囲またはリスト内の値について、その最大値を計算します。(par_id3154726.96)
Example: MAX 10|30|20 displays 30.00
例 : MAX 10|30|20 は、30.00 を返します。(par_id3154748.179)
|
|
Sine
サイン(par_id3145156.99)
|
SIN
SIN(par_id3149507.100)
|
(bookmark: bm_id3149541)
Calculates the sine in radians
ラジアン単位で、サイン (sin) を計算します(par_id3149530.101)
Example: SIN (PI/2)
例 : SIN (PI/2)(par_id3153312.180)
|
|
Cosine
コサイン(par_id3153340.103)
|
COS
COS(par_id3154510.104)
|
(bookmark: bm_id3154544)
Calculates the cosine in radians.
ラジアン単位で、コサイン (cos) を計算します。(par_id3154533.105)
Example: COS 1
例 : COS 1(par_id3154554.185)
|
|
Tangent
タンジェント(par_id3150989.106)
|
TAN
TAN(par_id3151012.107)
|
(bookmark: bm_id3149380)
Calculates the tangent in radians.
ラジアン単位で、タンジェント (tan) を計算します。(par_id3149369.108)
Example: TAN <A1>
例 : TAN <A1>(par_id3149391.186)
|
|
Arc Sine
アークサイン(par_id3151032.109)
|
ASIN
ASIN(par_id3151055.110)
|
(bookmark: bm_id3150577)
Calculates the arc sine in radians.
ラジアン単位で、アークサイン (sin の逆関数) を計算します。(par_id3150565.111)
Example: ASIN 1
例 : ASIN 1(par_id3150588.187)
|
|
Arc Cosine
アークコサイン(par_id3150615.112)
|
ACOS
ACOS(par_id3149728.113)
|
(bookmark: bm_id3153822)
Calculates the arc cosine in radians.
ラジアン単位で、アークコサイン (cos の逆関数) を計算します。(par_id3149750.114)
Example: ACOS 1
例 : ACOS 1(par_id3153833.188)
|
|
Arc Tangent
アークタンジェント(par_id3153860.115)
|
ATAN
ATAN(par_id3147057.116)
|
(bookmark: bm_id3147091)
Calculates the arc tangent in radians.
ラジアン単位で、アークタンジェント (tan の逆関数) を計算します。(par_id3147080.117)
Example: ATAN 1
例 : ATAN 1(par_id3147102.189)
|
|
CHAR
CHAR(par_id3157538.195)
|
Number of characters in the document
ドキュメント内の文字数(par_id3152954.196)
|
|
WORD
WORD(par_id3152982.197)
|
Number of words in the document
ドキュメント内の単語数(par_id3153005.198)
|
|
PARA
PARA(par_id3152715.199)
|
Number of paragraphs in the document
ドキュメント内の段落数(par_id3152738.200)
|
|
GRAPH
GRAF(par_id3148453.201)
|
Number of graphics in the document
ドキュメント内のグラフィック数(par_id3148476.202)
|
|
TABLES
TABLES(par_id3151091.203)
|
Number of tables in the document
ドキュメント内の表数(par_id3151114.204)
|
|
OLE
OLE(par_id3151198.205)
|
Number of OLE objects in the document
ドキュメント内の OLE オブジェクト数(par_id3151220.206)
|
|
PAGE
PAGE(par_id3146903.207)
|
Total number of pages in the document
ドキュメントの総ページ数(par_id3146926.208)
|